public void CanConstruct()
        {
            var instance = new StringParameterCheckMethodGenerationStrategy(_frameworkSet);

            Assert.That(instance, Is.Not.Null);
        }
 public void SetUp()
 {
     _frameworkSet = Substitute.For <IFrameworkSet>();
     _testClass    = new StringParameterCheckMethodGenerationStrategy(_frameworkSet);
 }