Boa.Constrictor.UnitTests.Screenplay.ContainsSubstringTest.False C# (CSharp) Method

False() private method

private False ( ) : void
return void
        public void False()
        {
            ContainsSubstring.Text("Goodbye").Evaluate("Hello World!").Should().BeFalse();
        }
ContainsSubstringTest