Ejemplo n.º 1
0
 public void SitecoreStartsWithUmbracoCaseInsensitive()
 {
     Assert.IsFalse(SomeUnitTestableStuff.StartsWithUmbraco("Sitecore for the loose", true));
 }
Ejemplo n.º 2
0
 public void SitecoreStartsWithUmbraco()
 {
     Assert.IsFalse(SomeUnitTestableStuff.StartsWithUmbraco("Sitecore for the loose"));
 }
Ejemplo n.º 3
0
 public void UmbracoStartsWithUmbracoUppercaseCaseInsensitive()
 {
     Assert.True(SomeUnitTestableStuff.StartsWithUmbraco("UMBRACO FOR THE WIN", true));
 }
Ejemplo n.º 4
0
 public void UmbracoStartsWithUmbracoUppercase()
 {
     Assert.IsFalse(SomeUnitTestableStuff.StartsWithUmbraco("UMBRACO FOR THE WIN"));
 }
Ejemplo n.º 5
0
 public void UmbracoStartsWithUmbracoCaseInsensitive()
 {
     Assert.IsTrue(SomeUnitTestableStuff.StartsWithUmbraco("umbraco for the win", true));
 }
Ejemplo n.º 6
0
 public void UmbracoStartsWithUmbraco()
 {
     Assert.IsTrue(SomeUnitTestableStuff.StartsWithUmbraco("Umbraco for the win"));
 }