Exemple #1
0
 /// <summary> Creates a new instance of ProfileTestApplication.</summary>
 /// <param name="profileID">the ID of the profile against which to test messages;
 /// null means use profiles declared in the message (if any)
 /// </param>
 public NuGenProfileTestApplication(System.String profileID)
 {
     this.profileID = profileID;
     rule           = new ConformanceProfileRule(profileID);
 }
Exemple #2
0
 /// <summary> Creates a new instance of ProfileTestApplication that tests using profiles
 /// declared in each message (if any)
 /// </summary>
 public NuGenProfileTestApplication()
 {
     rule = new ConformanceProfileRule();
 }