Skip to content

Add a standard folder name for tests #435

@trivikr

Description

@trivikr

Is your feature request related to a problem? Please describe.

The PR #434 adds src as a standard for source files in CodegenUtils. There is not standard for test folder yet.

Describe the solution you'd like

Add the following in CodegenUtils:

public static final String TEST_FOLDER = "test";

And reuse it wherever tests are generated, like in protocol tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions