You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added the following configuration to specify my source directory to use the source of the pre-compiled class but the approve.txt and receive.txt files are saved in the compile location (something like user/.cache/...). Is there a separate configuration to specify the output source?
I have tried the Package settings method but this doesn't change the source, only the path: public class PackageSettings { public static String ApprovalBaseDirectory = "../resources"; }
My configuration to specify path (with test):
` @test
public void testPresentAvailabilityItems() {
List items =
presenter.presentAvailabilityItems(
PriceAvailabilityDataPresenter.CONTENT_ITEM_TYPES_IN_ORDER, false, false, true);
I have added the following configuration to specify my source directory to use the source of the pre-compiled class but the
approve.txt
andreceive.txt
files are saved in the compile location (something likeuser/.cache/...
). Is there a separate configuration to specify the output source?I have tried the Package settings method but this doesn't change the source, only the path:
public class PackageSettings { public static String ApprovalBaseDirectory = "../resources"; }
My configuration to specify path (with test):
` @test
public void testPresentAvailabilityItems() {
List items =
presenter.presentAvailabilityItems(
PriceAvailabilityDataPresenter.CONTENT_ITEM_TYPES_IN_ORDER, false, false, true);
If there's a configuration to specify the location of the test result files, please point me in the right direction. I'm using version 24.
The text was updated successfully, but these errors were encountered: