Skip to content

Commit 98031d2

Browse files
committed
build tests
1 parent 2f0d63a commit 98031d2

File tree

13 files changed

+234
-0
lines changed

13 files changed

+234
-0
lines changed

samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net4.7/Petstore/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net4.8/FormModels/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net4.8/Petstore/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net8/FormModels/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net8/NullReferenceTypes/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net8/Petstore/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net8/SourceGeneration/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net9/FormModels/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

samples/client/petstore/csharp/generichost/net9/NullReferenceTypes/src/Org.OpenAPITools.Test/Model/FormatTestTests.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public void PasswordTest()
8989
// TODO unit test for the property 'Password'
9090
}
9191

92+
/// <summary>
93+
/// Test the property 'StringFormattedAsDecimalRequired'
94+
/// </summary>
95+
[Fact]
96+
public void StringFormattedAsDecimalRequiredTest()
97+
{
98+
// TODO unit test for the property 'StringFormattedAsDecimalRequired'
99+
}
100+
92101
/// <summary>
93102
/// Test the property 'Binary'
94103
/// </summary>
@@ -242,6 +251,15 @@ public void StringTest()
242251
// TODO unit test for the property 'String'
243252
}
244253

254+
/// <summary>
255+
/// Test the property 'StringFormattedAsDecimal'
256+
/// </summary>
257+
[Fact]
258+
public void StringFormattedAsDecimalTest()
259+
{
260+
// TODO unit test for the property 'StringFormattedAsDecimal'
261+
}
262+
245263
/// <summary>
246264
/// Test the property 'UnsignedInteger'
247265
/// </summary>

0 commit comments

Comments
 (0)