Class Test_ProcessService
Inheritance
Test_ProcessService
Assembly: OEMS.UnitTests.dll
Syntax
[TestClass]
public class Test_ProcessService
Methods
CheckParticipantCountNotReachedByDate_GivenEventWithEnoughParticipants_ShouldNotTriggerProcess()
Declaration
[TestMethod]
public Task CheckParticipantCountNotReachedByDate_GivenEventWithEnoughParticipants_ShouldNotTriggerProcess()
Returns
CheckParticipantCountNotReachedByDate_GivenEventWithNotEnoughParticipants_ShouldTriggerProcess()
Declaration
[TestMethod]
public Task CheckParticipantCountNotReachedByDate_GivenEventWithNotEnoughParticipants_ShouldTriggerProcess()
Returns
Initialize()
Declaration
[TestInitialize]
public void Initialize()
ProcessTimeBasedTriggers_ShouldFindAndProcessParticipantCountNotReachedTriggers()
Declaration
[TestMethod]
public Task ProcessTimeBasedTriggers_ShouldFindAndProcessParticipantCountNotReachedTriggers()
Returns