Base solution for your next web application

Activities of "easy2u"

From my reply to the statement from the e-mail

I understand that they are integration tests

but is there an easy way to perform setup only once for a larger group of tests

So the focus of the question is on the "is there an easy way to perform setup only once", so that whole setup is not repeatedly done for each test? Fact that they are not unit tests, but integration tests, does not change a thing. Both can have heavy setup and both can have common heavy setup extracted to happen only once (with some drawbacks eventually). Question is if there is an easy way with boilerplate/ASP.NET zero "wrapper" around core methods to do this when inheriting from "AbpIntegratedTestBase" class? Is there a sample how to do this?

Showing 1 to 1 of 1 entries