-
Notifications
You must be signed in to change notification settings - Fork 5
JUnit_74599
nxi edited this page Apr 9, 2015
·
1 revision
Created by Tony Lam, last modified on Sep 25, 2007
How to run JUnit 4 as hierarchical suite AutomatedTests.java
@RunWith(Suite.class) @Suite.SuiteClass({AllTests.class}) pulic class AutomatedTests() { }
@RunWith(Suite.class) @Suite.SuiteClass({CoreTests.class}) pulic class AllTests() { }
pulic class CoreTests() { @Test public void someTest() { } }
Document generated by Confluence on Apr 01, 2015 00:11
Home | Developer Guide | Copyright © 2013 ANSTO