コード例 #1
0
 public void SetUp()
 {
     _quickParamterlessMacro = new DomainAndUsernameMacroImpl();
     _hotspotSession = CreateFakeHotspotSession();
     _context = CreateFakeHotspotContext(_hotspotSession);
 }
コード例 #2
0
 public QuickParameterlessMacroTests()
 {
     _quickParamterlessMacro = new DomainAndUsernameMacro();
     _hotspotSession = CreateFakeHotspotSession();
     _context = CreateFakeHotspotContext(_hotspotSession);
 }
コード例 #3
0
 public QuickParameterlessMacroTests()
 {
     _quickParamterlessMacro = new DomainAndUsernameMacro();
     _hotspotSession         = CreateFakeHotspotSession();
     _context = CreateFakeHotspotContext(_hotspotSession);
 }
コード例 #4
0
 public void SetUp()
 {
     _quickParamterlessMacro = new DomainAndUsernameMacroImpl();
     _hotspotSession         = CreateFakeHotspotSession();
     _context = CreateFakeHotspotContext(_hotspotSession);
 }