예제 #1
0
 @Test
 public void testAdvancedMigScheduling() {
   Example ex = new AdvancedMigScheduling();
   ex.run();
 }
예제 #2
0
 @Test
 public void testNetworkAndMigrations() {
   Example ex = new NetworkAndMigrations();
   ex.run();
 }
예제 #3
0
 @Test
 public void testDecommissioning() {
   Example ex = new Decommissionning();
   ex.run();
 }
예제 #4
0
 @Test
 public void testModelCustomization() {
   Example ex = new ModelCustomization();
   ex.run();
 }
예제 #5
0
 @Test
 public void testSolvingTuning() {
   Example ex = new SolverTuning();
   ex.run();
 }
예제 #6
0
 @Test
 public void testGettingStarted() {
   Example ex = new GettingStarted();
   ex.run();
 }