public void CreateRandom_Short_should_work() { short randomValue = CreateRandom.Short(); Assert.IsNotNull(randomValue); }