refacts
This commit is contained in:
parent
6106cd4c7e
commit
ef33058ef5
20 changed files with 175 additions and 140 deletions
|
|
@ -1,22 +1,23 @@
|
|||
namespace test.Settings
|
||||
namespace yavscTests.Settings
|
||||
{
|
||||
public class PasswordCreds
|
||||
{
|
||||
public string UserName { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
public class Testing
|
||||
public class TestingSetup
|
||||
{
|
||||
public DbConnectionSettings ConnectionStrings { get; set; }
|
||||
|
||||
public PasswordCreds[] ValidCreds
|
||||
public PasswordCreds ValidCreds
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public PasswordCreds[] InvalidCreds
|
||||
public PasswordCreds InvalidCreds
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public string YavscWebPath {get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue