Hello,
My basic app has the following folder hierarchy:
app
My TeamCode has the following folder hierarchy:
TeamCode
When I right-click the folder, java, under TeamCode, the context menu does display a selection for Folder but cascading from that selection does not provide an option (at least in my limited understanding) to create a test folder. How do I create the folder org.firstinspires.ftc.teamcode (test) to enter new classes for the code for unit tests? Thanks.
Kind regards.
My basic app has the following folder hierarchy:
app
java
com.example.hello
MainActivity
com.example.hello (androidTest)
ExampleInstrumentedTest
com.example.hello (test)
ExampleUnitTest
My TeamCode has the following folder hierarchy:
TeamCode
java
org.firstinspires.ftc.teamcode
TestOpMode
readme.md
When I right-click the folder, java, under TeamCode, the context menu does display a selection for Folder but cascading from that selection does not provide an option (at least in my limited understanding) to create a test folder. How do I create the folder org.firstinspires.ftc.teamcode (test) to enter new classes for the code for unit tests? Thanks.
Kind regards.