public void SetUp()
 {
     this.strategyUnderTest = new SnakeCaseSerializationStrategy();
     SimpleJson.CurrentJsonSerializerStrategy = this.strategyUnderTest;
 }
 public void TearDown()
 {
     this.strategyUnderTest = null;
 }
Esempio n. 3
0
 public void TearDown()
 {
     _strategyUnderTest = null;
     SJ.SimpleJson.CurrentJsonSerializerStrategy = null;
 }