示例#1
0
        public void RandomUtilities_Next32_CodeCoverage()
        {
            var random = RandomUtilities.Next32();

            Assert.NotEmpty(random.ToString()); // totally bogus "test"
        }