Skip to content

Commit

Permalink
Debugging first argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Dec 28, 2023
1 parent d140e18 commit 2333aa9
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ void should_not_pollute_state() {

String featureFilesDirectory = requirementsDirectory.toString();

RequirementsService requirementsService = new AggregateRequirementsService(
ModelInfrastructure.getEnvironmentVariables(),
new FileSystemRequirementsTagProvider(featureFilesDirectory),
new TestOutcomeRequirementsTagProvider().fromSourceDirectory(jsonOutcomesDirectory));
// RequirementsService requirementsService = new AggregateRequirementsService(
ModelInfrastructure.getEnvironmentVariables(); //,
// new FileSystemRequirementsTagProvider(featureFilesDirectory),
// new TestOutcomeRequirementsTagProvider().fromSourceDirectory(jsonOutcomesDirectory)
// );

// FileSystemRequirmentsOutcomeFactory requirmentsOutcomeFactory = new FileSystemRequirmentsOutcomeFactory(
// ConfiguredEnvironment.getEnvironmentVariables(),
Expand Down

0 comments on commit 2333aa9

Please sign in to comment.