Beispiel #1
0
        public void Test_STIGSWithDataIsValid()
        {
            STIGS data = new STIGS();

            // test things out
            Assert.True(data != null);
            Assert.True(data.iSTIG != null);
        }
 public CHECKLIST()
 {
     ASSET = new ASSET();
     STIGS = new STIGS();
 }
Beispiel #3
0
        public void Test_NewSTIGSIsValid()
        {
            STIGS data = new STIGS();

            Assert.True(data != null);
        }