コード例 #1
0
        public void CreateRandom_Bool_should_work()
        {
            bool randomValue = CreateRandom.Bool();

            Assert.IsNotNull(randomValue);
        }