Example #1
0
        public void Test_iSTIGWithDataIsValid()
        {
            iSTIG iStig = new iSTIG();

            // test things out
            Assert.True(iStig != null);
            Assert.True(iStig.STIG_INFO != null);
            Assert.True(iStig.VULN != null);
            Assert.True(iStig.VULN.Count == 0);
        }
Example #2
0
 public STIGS()
 {
     iSTIG = new iSTIG();
 }
Example #3
0
        public void Test_NewiSTIGIsValid()
        {
            iSTIG iStig = new iSTIG();

            Assert.True(iStig != null);
        }