public void IsFragment_ContainsStronglyTypedSqlFragmentParameter_True() { TypeNode stringTypeNode = IntrospectionUtility.TypeNodeFactory <string>(); Method sample = TestHelper.GetSample <FragmentUtilitySample>("ContainsStronglyTypedSqlFragmentParameter", stringTypeNode); bool isResult = FragmentUtility.IsFragment(sample.Parameters[0].Attributes[0]); Assert.That(isResult, Is.True); }