Beispiel #1
0
        public void ExecuteTest_AssociatedChartNotSet_ReturnsFalse()
        {
            var command = new DeploymentZoneChartCommand(new Size(5, 5));

            command.SetDeploymentZoneChart(new Plateau());
            Assert.IsTrue(command.Execute());
        }
Beispiel #2
0
 public void DeploymentZoneChartCommandTest()
 {
     var command = new DeploymentZoneChartCommand(null);
 }