clean up test case naming
This commit is contained in:
@@ -129,7 +129,7 @@ namespace k8s.Tests
|
||||
/// <param name="context">Context to retreive the configuration</param>
|
||||
[Theory]
|
||||
[InlineData("victorian-context")]
|
||||
public void ClientDataTest(string context)
|
||||
public void ClientData(string context)
|
||||
{
|
||||
var fi = new FileInfo(kubeConfigFileName);
|
||||
var cfg = KubernetesClientConfiguration.BuildConfigFromConfigFile(fi, context);
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace k8s.Tests
|
||||
public class V1StatusObjectViewTests
|
||||
{
|
||||
[Fact]
|
||||
public void TestReturnStatus()
|
||||
public void ReturnStatus()
|
||||
{
|
||||
var v1Status = new V1Status
|
||||
{
|
||||
@@ -32,7 +32,7 @@ namespace k8s.Tests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestReturnObject()
|
||||
public void ReturnObject()
|
||||
{
|
||||
var corev1Namespace = new Corev1Namespace()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user