Skip to content

Redundant exceptions in parametrized tests data provider methods signatures #250

Description

@EgorkaKulikov

Description

Parametrized tests produce warnings related to exceptions in method signatures.

For example, this throws is redundant. But sometimes we should render them.

publicstaticArrayList<Arguments> provideDataForContainsCompare() throwsException {
ArrayList<Arguments> argList = newArrayList<Arguments>();
{
IntExamplesintExamples = newIntExamples();
argList.add(Arguments.arguments(intExamples, 1, 1, 1));
}
returnargList;
}

Metadata

Metadata

Labels

comp-codegenIssue is related to code generatorctg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions