mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 02:05:39 +00:00
New convention test was added. Now each "TheCtor" class must have "EnsuresNonNullArguments" method were throwing of ArgumentNullException from client constructor class should be tested.
All unused "using" directives were removed.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Octokit.Tests.Conventions
|
||||
|
||||
static string CreateMessage(Type ctorTest)
|
||||
{
|
||||
return string.Format("Constructor test method is missing {0}.", ctorTest.FullName);
|
||||
return string.Format("Constructor test class is missing {0}.", ctorTest.FullName);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user