예제 #1
0
        public void JobNullForNameAndRelease()
        {
            AtlasJob j = null;

            j = j.NameVersionRelease("hi", 10, "there");
            Assert.IsNotNull(j);
            Assert.AreEqual("hi", j.Name);
        }