Documentation ¶
Index ¶
- Constants
- type TestSuite
- func (t *TestSuite) BeforeAll()
- func (t *TestSuite) TestBox()
- func (t *TestSuite) TestColoredBox()
- func (t *TestSuite) TestGroup()
- func (t *TestSuite) TestGroupRotated()
- func (t *TestSuite) TestGroupTranslated()
- func (t *TestSuite) TestPartialTextureRotatedBox()
- func (t *TestSuite) TestRotatedBox()
- func (t *TestSuite) TestScaledBox()
- func (t *TestSuite) TestSegment()
- func (t *TestSuite) TestSegmentCenter()
- func (t *TestSuite) TestShape()
- func (t *TestSuite) TestTexturedBox()
- func (t *TestSuite) TestTexturedRotatedBox()
- func (t *TestSuite) TestTranslatedBox()
- func (t *TestSuite) Timeout(timeout time.Duration)
Constants ¶
View Source
const (
// We don't need high framerate for testing
FramesPerSecond = 15
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestSuite ¶
type TestSuite struct { prettytest.Suite // contains filtered or unexported fields }
func NewTestSuite ¶
func (*TestSuite) TestColoredBox ¶
func (t *TestSuite) TestColoredBox()
func (*TestSuite) TestGroupRotated ¶
func (t *TestSuite) TestGroupRotated()
func (*TestSuite) TestGroupTranslated ¶
func (t *TestSuite) TestGroupTranslated()
func (*TestSuite) TestPartialTextureRotatedBox ¶
func (t *TestSuite) TestPartialTextureRotatedBox()
func (*TestSuite) TestRotatedBox ¶
func (t *TestSuite) TestRotatedBox()
func (*TestSuite) TestScaledBox ¶
func (t *TestSuite) TestScaledBox()
func (*TestSuite) TestSegment ¶
func (t *TestSuite) TestSegment()
func (*TestSuite) TestSegmentCenter ¶
func (t *TestSuite) TestSegmentCenter()
func (*TestSuite) TestTexturedBox ¶
func (t *TestSuite) TestTexturedBox()
func (*TestSuite) TestTexturedRotatedBox ¶
func (t *TestSuite) TestTexturedRotatedBox()
func (*TestSuite) TestTranslatedBox ¶
func (t *TestSuite) TestTranslatedBox()
Click to show internal directories.
Click to hide internal directories.