Customer Falldaten Rechte: Ansicht + Editieren
This commit is contained in:
@@ -12,10 +12,15 @@ namespace TranslationUnitTest
|
||||
public Dictionary<UserRightType, String> Dict { get; set; }
|
||||
|
||||
[TestInitialize]
|
||||
public void UserRightTypeCreation()
|
||||
public void Init()
|
||||
{
|
||||
Dict = EnumTranslations.UserRightType2Translations;
|
||||
}
|
||||
|
||||
|
||||
[TestMethod]
|
||||
public void DictionaryCreation()
|
||||
{
|
||||
var values = new Dictionary<long, UserRightType>();
|
||||
foreach (UserRightType item in Enum.GetValues(typeof(UserRightType)))
|
||||
{
|
||||
@@ -29,7 +34,7 @@ namespace TranslationUnitTest
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void UserRightType2TranslationsComplete()
|
||||
public void DictionaryComplete()
|
||||
{
|
||||
foreach (UserRightType item in Enum.GetValues(typeof(UserRightType)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user