public void SearchBar_Is_Full() { //Arrange string s = "side.com"; //Act bool result = tTest.FullSearchBar(s); //Assert Assert.IsTrue(result); }