コード例 #1
0
 public void beforeAll(SpecFunction beforeAllFunction)
 {
 }
コード例 #2
0
 public void afterAll(SpecFunction afterAllFunction)
 {
 }
コード例 #3
0
 public void afterEach(SpecFunction afterEachFunction)
 {
 }
コード例 #4
0
 public void beforeEach(SpecFunction beforeEachFunction)
 {
 }
コード例 #5
0
 public void after(SpecFunction doAfter)
 {
 }
コード例 #6
0
 public Spec waitsFor(SpecFunction latchFunction, string timeoutMessage = null, int timeout = 0)
 {
     return(null);
 }
コード例 #7
0
 public Spec runs(SpecFunction func)
 {
     return(null);
 }