Refactor hw7 mobile tests to meet course requirements

This commit is contained in:
2026-04-09 23:03:38 +03:00
parent 6ca010ed17
commit 8857b4feff
54 changed files with 1337 additions and 1805 deletions
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
<Source name="~.*src/test/java/.*"/>
</Match>
<Match>
<Class name="ru.otus.mobile.config.TestContext"/>
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/>
</Match>
<Match>
<Class name="ru.otus.mobile.driver.MobileSession"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
<Class name="ru.otus.mobile.driver.MobileSessionFactory"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
</FindBugsFilter>