Esempio n. 1
0
        public void TestValidPattern()
        {
            var section = new BoqItemCodeSecondSection {
                Content = "(ab)"
            };

            Assert.AreEqual(28, section.Value);
        }
Esempio n. 2
0
 public void TestInvalidPattern3()
 {
     var section = new BoqItemCodeSecondSection {
         Content = "(1)"
     };
 }