Пример #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();
 }