• Home
  • Raw
  • Download

Lines Matching defs:void

32 void setUp(void)  in setUp()  argument
37 void tearDown(void) in tearDown() argument
42 void custom_setup(void) in custom_setup() argument
47 void custom_teardown(void) in custom_teardown() argument
59 void test_ThisTestAlwaysPasses(void) in test_ThisTestAlwaysPasses() argument
64 void test_ThisTestAlwaysFails(void) in test_ThisTestAlwaysFails() argument
69 void test_ThisTestAlwaysIgnored(void) in test_ThisTestAlwaysIgnored() argument
74 void qwiktest_ThisTestPassesWhenNoSetupRan(void) in qwiktest_ThisTestPassesWhenNoSetupRan() argument
79 void qwiktest_ThisTestPassesWhenNoTeardownRan(void) in qwiktest_ThisTestPassesWhenNoTeardownRan() argument
84 void spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan(void) in spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan() argument
89 void spec_ThisTestPassesWhenNormalSetupRan(void) in spec_ThisTestPassesWhenNormalSetupRan() argument
94 void spec_ThisTestPassesWhenNormalTeardownRan(void) in spec_ThisTestPassesWhenNormalTeardownRan() argument
99 void custtest_ThisTestPassesWhenCustomSetupRan(void) in custtest_ThisTestPassesWhenCustomSetupRan() argument
104 void custtest_ThisTestPassesWhenCustomTeardownRan(void) in custtest_ThisTestPassesWhenCustomTeardownRan() argument
114 void test_NotBeConfusedByLongComplicatedStrings(void) in test_NotBeConfusedByLongComplicatedStrings() argument
121 void test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings(void) in test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings() argument
126 void test_StillNotBeConfusedByLongComplicatedStrings(void) in test_StillNotBeConfusedByLongComplicatedStrings() argument
133 void should_RunTestsStartingWithShouldByDefault(void) in should_RunTestsStartingWithShouldByDefault() argument
152 void paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid(void) in paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid() argument
164 void extest_ShouldHandleCExceptionInTest(void) in extest_ShouldHandleCExceptionInTest() argument
173 int main(void) in main() argument
179 void suitetest_ThisTestPassesWhenCustomSuiteSetupAndTeardownRan(void) in suitetest_ThisTestPassesWhenCustomSuiteSetupAndTeardownRan() argument
184 void test_ShouldCallMockInitAndVerifyFunctionsForEachTest(void) in test_ShouldCallMockInitAndVerifyFunctionsForEachTest() argument