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