Hi all,

I use NB 11.0 and I work on JPMS module with integrations tests. My folder 
structure is like this:
.
|-- pom.xml
`-- src
    |-- it
    |   `-- java
    |       `-- com
    |           `-- soebes
    |               `-- maui
    |                   `-- it
    |                       `-- BitMaskIT.java
    |-- main
    |   `-- java
    |       `-- com
    |           `-- soebes
    |               `-- maui
    |                   `-- it
    |                       `-- BitMask.java
    `-- test
        `-- java
            `-- com
                `-- soebes
                    `-- maui
                        `-- it
                            `-- BitMaskTest.java

The problem is NB wants JUnit modules for integrations tests to be declared in 
module-info.
Otherwise it shows errors. At the same time code all execution tests are 
compiled and
run without problems. Could anyone say how to fix it?


-- 
Best regards, Alex Sviridov

Reply via email to