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