fix uuid for java, php, ruby and csharp

This commit is contained in:
wing328
2016-05-02 22:06:33 +08:00
parent 8f258b9a48
commit d6158c4c55
32 changed files with 522 additions and 85 deletions

View File

@@ -139,6 +139,14 @@ namespace IO.Swagger.Test
// TODO: unit test for the property 'DateTime'
}
/// <summary>
/// Test the property 'Uuid'
/// </summary>
[Test]
public void UuidTest()
{
// TODO: unit test for the property 'Uuid'
}
/// <summary>
/// Test the property 'Password'
/// </summary>
[Test]