Changeset 338


Ignore:
Timestamp:
12/20/11 13:51:34 (12 years ago)
Author:
sherbold
Message:
  • added JUnit test cases for de.ugoe.cs.eventbench.data.Event and ReplayableEvent?
Location:
trunk/EventBenchCoreTest
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchCoreTest/.classpath

    r257 r338  
    2424        <classpathentry kind="lib" path="/Build/lib/vecmath-1.3.1.jar"/> 
    2525        <classpathentry kind="lib" path="/Build/lib/wstx-asl-3.2.6.jar"/> 
    26         <classpathentry kind="lib" path="libs/junit-addons-1.4.jar"/> 
     26        <classpathentry kind="lib" path="libs/objenesis.jar"/> 
    2727        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 
    2828        <classpathentry kind="src" path="/JavaHelperLibTest"/> 
    29         <classpathentry kind="lib" path="/JavaHelperLibTest/libs/junit-addons-1.4.jar"/> 
     29        <classpathentry kind="lib" path="/Build/lib-test/cglib-nodep.jar"/> 
     30        <classpathentry kind="lib" path="/Build/lib-test/EqualsVerifier-1.0.2.jar"/> 
     31        <classpathentry kind="lib" path="/Build/lib-test/junit-addons-1.4.jar"/> 
     32        <classpathentry kind="lib" path="/Build/lib-test/objenesis.jar"/> 
    3033        <classpathentry kind="output" path="bin"/> 
    3134</classpath> 
  • trunk/EventBenchCoreTest/src/de/ugoe/cs/eventbench/TestAll.java

    r334 r338  
    1818        SequenceInstanceOfTest.class, 
    1919        de.ugoe.cs.eventbench.coverage.TestAll.class, 
     20        de.ugoe.cs.eventbench.data.TestAll.class, 
    2021        de.ugoe.cs.eventbench.models.TestAll.class 
    2122}) 
    2223public class TestAll { 
    2324 
    24         /** 
    25          * Launch the test. 
    26          * 
    27          * @param args the command line arguments 
    28          * 
    29          * @generatedBy CodePro at 12/15/11 3:35 PM 
    30          */ 
    3125        public static void main(String[] args) { 
    3226                JUnitCore.runClasses(new Class[] { TestAll.class }); 
Note: See TracChangeset for help on using the changeset viewer.