Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/24/10 00:23:16 (14 years ago)
Author:
hmayr
Message:

following changes (#1046):

  • extended DatabaseUtil.cs
  • extended HeuristicLabUser.cs
  • created HeuristicLabUserTest.cs
  • created AbstractHeuristicLabTest.cs
  • implemented a demo method in HeuristicLabMembershipProvider.cs to show usage of HeuristicLabUser.cs and DatabaseUtil.cs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs

    r3939 r3943  
    22using Microsoft.VisualStudio.TestTools.UnitTesting;
    33namespace UnitTests {
    4 
    5 
    64  /// <summary>
    75  ///Dies ist eine Testklasse für "HeuristicLabRoleProviderTest" und soll
     
    97  ///</summary>
    108  [TestClass()]
    11   public class HeuristicLabRoleProviderTest {
    12 
    13 
     9  public class HeuristicLabRoleProviderTest : AbstractHeuristicLabTest {
    1410    private TestContext testContextInstance;
    1511
     
    5753    #endregion
    5854
    59 
    6055    /// <summary>
    6156    ///Ein Test für "ApplicationName"
Note: See TracChangeset for help on using the changeset viewer.