Guest User

Untitled

a guest
Jun 21st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. T:
  2.  
  3. [TestFixture]
  4. public class $ClassName$$Context$ : base_auto_mock_spec
  5. {
  6. public override void because()
  7. {
  8. Create<$ClassName$>().$ThingToDo$();
  9. }
  10. }
  11.  
  12. T where type member declaration is allowed
  13.  
  14. [Test]
  15. public void $TESTNAME$()
  16. {
  17. $END$Assert.Ignore("Need To Test");
  18. }
Add Comment
Please, Sign In to add comment