예제 #1
0
 public void ExportingASingeBugFixWithoutHeader()
 {
     VerifyExportedData(
         "1.0.1",
         true,
         ("Bug fix", ("fix", "some kind of bug fix"))
         );
 }
예제 #2
0
 public void ExportingASingleFeatureWithoutHeader()
 {
     VerifyExportedData(
         "1.0.0",
         true,
         ("Feature", ("feat", "some kind of feature"))
         );
 }
예제 #3
0
 public void ExportingASingeBugFix()
 {
     VerifyExportedData(
         "1.0.1",
         false,
         ("Bug fix", ("fix", "some kind of bug fix"))
         );
 }
예제 #4
0
 public void ExportingASingleFeature()
 {
     VerifyExportedData(
         "1.0.0",
         false,
         ("Feature", ("feat", "some kind of feature"))
         );
 }
예제 #5
0
 public void ExportingMultipleFeatures()
 {
     VerifyExportedData(
         "1.1.0",
         false,
         ("Features", new[] {