a:REAL
1
2
3
4
5
6
7
8
9
10
JUST_ONE_TEST(test, setUp, tearDown)
void test(){}
void setUp(){}
void tearDown(){}
JUST_ONE_TEST(test, setUp, tearDown)
