protected GenEntryHistoryInfo Factory_GenEntryHistoryInfo_Uninitilized()
 {
     //Don't need to bother mocking GenEntryHistoryInfo as it does not have any internal
     //logic that needs testing.
     GenEntryHistoryInfo historyInfo = new GenEntryHistoryInfo();
     return historyInfo;
 }
Exemple #2
0
 protected void OnBeforeDeserialize(StreamingContext context)
 {
     this.GenHistoryInfo = new GenEntryHistoryInfo();
 }
 protected void OnBeforeDeserialize(StreamingContext context)
 {
     this.GenHistoryInfo = new GenEntryHistoryInfo();
 }
Exemple #4
0
 public GeneratorMappingEntry()
 {
     this.GenHistoryInfo = new GenEntryHistoryInfo();
 }