Documentation ¶
Index ¶
- func ASSERT_EQ(t *testing.T, actual int, expected int)
- func ASSERT_FALSE(t *testing.T, condition bool)
- func ASSERT_FLOAT32_EQ(t *testing.T, actual float32, expected float32)
- func ASSERT_FLOAT64_EQ(t *testing.T, actual float64, expected float64)
- func ASSERT_NEAR(t *testing.T, actual float64, expected float64, abs_error float64)
- func ASSERT_STREQ(t *testing.T, actual string, expected string)
- func ASSERT_TRUE(t *testing.T, condition bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ASSERT_FALSE ¶
func ASSERT_NEAR ¶
func ASSERT_TRUE ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.