mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Renamed tests
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Octokit.Tests.Conventions
|
||||
{
|
||||
[Theory]
|
||||
[MemberData("ModelTypes")]
|
||||
public void HasDebuggerDisplayAttribute(Type modelType)
|
||||
public void AllModelsHaveDebuggerDisplayAttribute(Type modelType)
|
||||
{
|
||||
var attribute = AssertEx.HasAttribute<DebuggerDisplayAttribute>(modelType);
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace Octokit.Tests.Conventions
|
||||
|
||||
[Theory]
|
||||
[MemberData("ResponseModelTypes")]
|
||||
public void HasGetterOnlyProperties(Type modelType)
|
||||
public void ResponseModelsHaveGetterOnlyProperties(Type modelType)
|
||||
{
|
||||
foreach (var property in modelType.GetProperties())
|
||||
{
|
||||
@@ -135,4 +135,4 @@ namespace Octokit.Tests.Conventions
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user