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