getStoreResponse Get the store response value from the config file. A value of true will save the response in a txt file named for the route that was called @return String
()
| 91 | * @return String |
| 92 | */ |
| 93 | public static String getStoreResponse() { |
| 94 | return getProperty(STORE_RESPONSE); |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * getOutputFolder |
no test coverage detected