Searched refs:junit (Results 1 – 25 of 78) sorted by relevance
1234
22 import static org.junit.Assert.assertNotNull;23 import static org.junit.Assert.assertThat;24 import static org.junit.Assert.assertTrue;25 import static org.junit.Assert.fail;26 import static org.junit.Assume.assumeTrue;34 import org.junit.Before;35 import org.junit.Test;36 import org.junit.runner.RunWith;37 import org.junit.runners.JUnit4;
3 import org.junit.internal.TextListener;4 import org.junit.runner.JUnitCore;5 import org.junit.runner.Result;10 JUnitCore junit = new JUnitCore(); in main() local11 junit.addListener(new TextListener(System.out)); in main()12 Result result = junit.run(ExtensionTests.class, GenericTests.class, in main()
20 import static org.junit.Assert.assertNotNull;21 import static org.junit.Assert.assertThat;22 import static org.junit.Assert.assertTrue;30 import org.junit.Before;31 import org.junit.Rule;32 import org.junit.Test;33 import org.junit.rules.ExpectedException;34 import org.junit.runner.RunWith;35 import org.junit.runners.JUnit4;
19 import static org.junit.Assert.assertNotNull;20 import static org.junit.Assert.assertThat;21 import static org.junit.Assert.fail;22 import static org.junit.Assume.assumeTrue;33 import org.junit.Before;34 import org.junit.Test;35 import org.junit.runners.JUnit4;36 import org.junit.runner.RunWith;
20 import static org.junit.Assert.assertFalse;21 import static org.junit.Assert.assertThat;22 import static org.junit.Assert.assertTrue;35 import org.junit.Test;36 import org.junit.runner.RunWith;37 import org.junit.runners.JUnit4;
20 import static org.junit.Assert.assertThat;28 import org.junit.Test;29 import org.junit.runner.RunWith;30 import org.junit.runners.JUnit4;
22 import org.junit.After;23 import org.junit.Assert;24 import org.junit.Before;25 import org.junit.Test;26 import org.junit.runner.RunWith;
22 import static org.junit.Assume.assumeTrue;34 import org.junit.After;35 import org.junit.Assert;36 import org.junit.Before;37 import org.junit.Rule;38 import org.junit.Test;
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertTrue;27 import org.junit.runner.RunWith;
19 import static org.junit.Assert.assertEquals;20 import static org.junit.Assert.assertTrue;26 import org.junit.runner.RunWith;
19 import org.junit.Test;23 import static org.junit.Assert.assertEquals;24 import static org.junit.Assert.assertFalse;25 import static org.junit.Assert.assertNull;26 import static org.junit.Assert.assertTrue;27 import static org.junit.Assert.fail;
19 import org.junit.Test;26 import static org.junit.Assert.assertEquals;27 import static org.junit.Assert.assertFalse;28 import static org.junit.Assert.assertNull;29 import static org.junit.Assert.assertSame;30 import static org.junit.Assert.assertTrue;31 import static org.junit.Assert.fail;
21 import org.junit.Test;27 import static org.junit.Assert.assertEquals;28 import static org.junit.Assert.assertFalse;29 import static org.junit.Assert.assertNull;30 import static org.junit.Assert.assertTrue;31 import static org.junit.Assert.fail;
6 import org.junit.Test7 import org.junit.runner.RunWith9 import org.junit.Assert.*
3 import static org.junit.Assert.*;10 import org.junit.Test;11 import org.junit.runner.RunWith;
19 import static junit.framework.TestCase.assertEquals;20 import static org.junit.Assert.assertTrue;21 import static org.junit.Assert.fail;25 import org.junit.After;26 import org.junit.Before;27 import org.junit.Test;
21 import org.junit.After;22 import org.junit.Before;23 import org.junit.Test;34 import static junit.framework.TestCase.assertEquals;35 import static org.junit.Assert.assertTrue;
19 import org.junit.Test;31 import static org.junit.Assert.assertEquals;32 import static org.junit.Assert.assertFalse;33 import static org.junit.Assert.assertTrue;34 import static org.junit.Assert.fail;
28 import org.junit.After;29 import org.junit.Assert;30 import org.junit.Assume;31 import org.junit.Before;32 import org.junit.Test;33 import org.junit.runner.RunWith;
3 import org.junit.Test5 import org.junit.Assert.*
3 import org.junit.Test;5 import static org.junit.Assert.*;
21 import static junit.framework.Assert.assertEquals;22 import static org.junit.Assert.assertFalse;23 import static org.junit.Assert.assertTrue;29 import org.junit.After;30 import org.junit.Before;31 import org.junit.Test;
19 import org.junit.Test;21 import static org.junit.Assert.assertFalse;22 import static org.junit.Assert.assertTrue;23 import static org.junit.Assert.fail;