Example #1
0
        public void AllFieldsAreFilled_CreatedSuccessfully()
        {
            var createdApplication = IncidentApplicationFactory.CreateInCreatedStateValid();

            var applicationCreatedDomainEvent = AssertPublishedDomainEvent <IncidentApplicationCreated>(createdApplication);

            Assert.NotNull(applicationCreatedDomainEvent);
        }
Example #2
0
 public TestFixture()
 {
     this._incidentApplicationFactory     = new IncidentApplicationFactory();
     this._incidentApplicationTestFixture = new IncidentApplicationTestFixture();
 }