Feature/service now module initial setup#77
Conversation
getting-started/bellatrix.servicenow.getting.started/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
...bellatrix.servicenow.getting.started/src/main/resources/testFrameworkSettings.dev329858.json
Show resolved
Hide resolved
getting-started/bellatrix.servicenow.getting.started/src/test/java/O1_Login/readme.txt
Outdated
Show resolved
Hide resolved
getting-started/bellatrix.servicenow.getting.started/src/test/java/O1_Login/readme.txt
Outdated
Show resolved
Hide resolved
getting-started/bellatrix.servicenow.getting.started/src/test/java/O1_Login/readme.txt
Outdated
Show resolved
Hide resolved
getting-started/bellatrix.servicenow.getting.started/src/test/java/O1_Login/readme.txt
Outdated
Show resolved
Hide resolved
...ed/bellatrix.servicenow.getting.started/src/test/java/O4_TableView/data/ReservationForm.java
Outdated
Show resolved
Hide resolved
| import java.util.Collection; | ||
|
|
||
| public class TestDataFacade { | ||
| @Deprecated(since = "Use MapperUtility instead of this field.", forRemoval = true) |
There was a problem hiding this comment.
you can update this and remove the depricated tag
|
|
||
| import java.lang.reflect.Type; | ||
|
|
||
| public class CustomGsonObjectMapperFactory implements GsonObjectMapperFactory { |
There was a problem hiding this comment.
this should not be needed with the Data module - check if you can remove it
| public class CurlLoggingFilter implements Filter { | ||
|
|
||
| @Override | ||
| public Response filter(FilterableRequestSpecification requestSpec, FilterableResponseSpecification responseSpec, FilterContext ctx) { |
There was a problem hiding this comment.
check if this is added to the data module. It will be useful there
|
|
||
| import static com.google.gson.FieldNamingPolicy.LOWER_CASE_WITH_UNDERSCORES; | ||
|
|
||
| public class EntityDeleterRepository { |
There was a problem hiding this comment.
is htis using the data module?
| import static com.google.gson.FieldNamingPolicy.LOWER_CASE_WITH_UNDERSCORES; | ||
|
|
||
| @SuppressWarnings("UnnecessaryLocalVariable") | ||
| public abstract class HttpRepository<TEntity extends ApiEntity, TEntities extends Entities<TEntity>> { |
There was a problem hiding this comment.
this should also be part of the data module - remove if not needed
| import java.util.List; | ||
|
|
||
| @SuppressWarnings("UnnecessaryLocalVariable") | ||
| public abstract class TableApiRepository<TEntity extends ApiEntity, TEntities extends Entities<TEntity>> extends HttpRepository<TEntity, TEntities> { |
There was a problem hiding this comment.
the old class TableApiRepository updated using data module
| return typeAdapters; | ||
| } | ||
|
|
||
| public static LinkedHashMap<Type, Object> allExceptEntities() { |
There was a problem hiding this comment.
these should be added to the data module
There was a problem hiding this comment.
new typeAdapters package added
| public class RepositoriesMap { | ||
| public static Map<Class<? extends ApiEntity>, Class<? extends TableApiRepository<?, ?>>> realEstateRepos() { | ||
| var map = new HashMap<Class<? extends ApiEntity>, Class<? extends TableApiRepository<?, ?>>>(); | ||
| // The following Code Will be used when need to use MassiveDataDeleter |
There was a problem hiding this comment.
remove all commented repos and chech the whole project for left over project code
There was a problem hiding this comment.
Can not be used with the new TableApiRepository setup.
|
|
||
| import static org.junit.jupiter.api.Assertions.assertTrue; | ||
|
|
||
| public class ServiceNowPage extends WebPage<Map, Asserts> { |
There was a problem hiding this comment.
rename the package to match the page name
|
|
||
|
|
||
|
|
||
| public class ServiceNowTableViewPage extends WebPage<Map, Asserts> { |
There was a problem hiding this comment.
update the package name to match the class
| } | ||
| ] | ||
| }, | ||
| "serviceNowProjectSettings": { |
There was a problem hiding this comment.
remove on a commit and keep the read data checked out only locally
# Conflicts: # pom.xml
update getting-started\bellatrix.servicenow
…dule-initial-setup
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
No description provided.