prepareAllIntegrationTests method

Future<void> prepareAllIntegrationTests(
  1. Project project
)

Implementation

Future<void> prepareAllIntegrationTests(Project project) async {
  await allTestsBuilder(project);
}