workspace.xml 36KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="a94ebf85-e35d-4ed2-8e38-8d16e2a65937" name="Default" comment="">
  5. <change afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAcc.java" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAcc.java" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/SavingsAcc.java" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/MainApplicationTest.java" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
  12. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java" afterDir="false" />
  17. </list>
  18. <ignored path="$PROJECT_DIR$/target/" />
  19. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  20. <option name="TRACKING_ENABLED" value="true" />
  21. <option name="SHOW_DIALOG" value="false" />
  22. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  23. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  24. <option name="LAST_RESOLUTION" value="IGNORE" />
  25. </component>
  26. <component name="CodeInsightWorkspaceSettings">
  27. <option name="optimizeImportsOnTheFly" value="true" />
  28. </component>
  29. <component name="CoverageDataManager">
  30. <SUITE FILE_PATH="coverage/bankaccountlab$BankAccountTest.ic" NAME="BankAccountTest Coverage Results" MODIFIED="1528929032006" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false">
  31. <FILTER>com.zipcodewilmington.bankaccountlab.*</FILTER>
  32. </SUITE>
  33. </component>
  34. <component name="ErrorTreeViewConfiguration">
  35. <option name="autoscrollToSource" value="true" />
  36. <option name="hideWarnings" value="true" />
  37. <option name="IS_AUTOSCROLL_TO_SOURCE" value="true" />
  38. <option name="HIDE_WARNINGS" value="true" />
  39. </component>
  40. <component name="FileEditorManager">
  41. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  42. <file leaf-file-name="MainApplication.java" pinned="false" current-in-tab="false">
  43. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
  44. <provider selected="true" editor-type-id="text-editor">
  45. <state relative-caret-position="105">
  46. <caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
  47. </state>
  48. </provider>
  49. </entry>
  50. </file>
  51. <file leaf-file-name="MainApplicationTest.java" pinned="false" current-in-tab="true">
  52. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/MainApplicationTest.java">
  53. <provider selected="true" editor-type-id="text-editor">
  54. <state relative-caret-position="345">
  55. <caret line="25" column="4" selection-start-line="25" selection-start-column="4" selection-end-line="25" selection-end-column="4" />
  56. </state>
  57. </provider>
  58. </entry>
  59. </file>
  60. <file leaf-file-name="CheckingAcc.java" pinned="false" current-in-tab="false">
  61. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAcc.java">
  62. <provider selected="true" editor-type-id="text-editor">
  63. <state relative-caret-position="450">
  64. <caret line="32" selection-start-line="32" selection-end-line="32" />
  65. </state>
  66. </provider>
  67. </entry>
  68. </file>
  69. <file leaf-file-name="BankAccount.java" pinned="false" current-in-tab="false">
  70. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java">
  71. <provider selected="true" editor-type-id="text-editor">
  72. <state relative-caret-position="75">
  73. <caret line="5" selection-start-line="5" selection-end-line="5" />
  74. </state>
  75. </provider>
  76. </entry>
  77. </file>
  78. <file leaf-file-name="SavingsAcc.java" pinned="false" current-in-tab="false">
  79. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/SavingsAcc.java">
  80. <provider selected="true" editor-type-id="text-editor">
  81. <state relative-caret-position="300">
  82. <caret line="20" column="5" selection-start-line="20" selection-start-column="5" selection-end-line="20" selection-end-column="5" />
  83. <folding>
  84. <element signature="e#297#298#0" expanded="true" />
  85. <element signature="e#321#322#0" expanded="true" />
  86. </folding>
  87. </state>
  88. </provider>
  89. </entry>
  90. </file>
  91. <file leaf-file-name="BusinessAcc.java" pinned="false" current-in-tab="false">
  92. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAcc.java">
  93. <provider selected="true" editor-type-id="text-editor">
  94. <state relative-caret-position="450">
  95. <caret line="30" lean-forward="true" selection-start-line="30" selection-end-line="30" />
  96. <folding>
  97. <element signature="e#132#133#0" expanded="true" />
  98. <element signature="e#162#163#0" expanded="true" />
  99. <element signature="e#299#300#0" expanded="true" />
  100. <element signature="e#323#324#0" expanded="true" />
  101. </folding>
  102. </state>
  103. </provider>
  104. </entry>
  105. </file>
  106. </leaf>
  107. </component>
  108. <component name="FileTemplateManagerImpl">
  109. <option name="RECENT_TEMPLATES">
  110. <list>
  111. <option value="Class" />
  112. <option value="JUnit5 Test Class" />
  113. </list>
  114. </option>
  115. </component>
  116. <component name="Git.Settings">
  117. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  118. </component>
  119. <component name="IdeDocumentHistory">
  120. <option name="CHANGED_PATHS">
  121. <list>
  122. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAcc.java" />
  123. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/SavingsAcc.java" />
  124. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java" />
  125. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAcc.java" />
  126. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java" />
  127. <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java" />
  128. <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/MainApplicationTest.java" />
  129. </list>
  130. </option>
  131. </component>
  132. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  133. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  134. <component name="JsGulpfileManager">
  135. <detection-done>true</detection-done>
  136. <sorting>DEFINITION_ORDER</sorting>
  137. </component>
  138. <component name="MavenImportPreferences">
  139. <option name="importingSettings">
  140. <MavenImportingSettings>
  141. <option name="importAutomatically" value="true" />
  142. </MavenImportingSettings>
  143. </option>
  144. </component>
  145. <component name="NodePackageJsonFileManager">
  146. <packageJsonPaths />
  147. </component>
  148. <component name="ProjectFrameBounds" fullScreen="true">
  149. <option name="x" value="879" />
  150. <option name="y" value="22" />
  151. <option name="width" value="801" />
  152. <option name="height" value="970" />
  153. </component>
  154. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  155. <component name="ProjectView">
  156. <navigator proportions="" version="1">
  157. <foldersAlwaysOnTop value="true" />
  158. </navigator>
  159. <panes>
  160. <pane id="ProjectPane">
  161. <subPane>
  162. <expand>
  163. <path>
  164. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  165. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  166. </path>
  167. <path>
  168. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  169. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  170. <item name="src" type="462c0819:PsiDirectoryNode" />
  171. </path>
  172. <path>
  173. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  174. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  175. <item name="src" type="462c0819:PsiDirectoryNode" />
  176. <item name="main" type="462c0819:PsiDirectoryNode" />
  177. </path>
  178. <path>
  179. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  180. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  181. <item name="src" type="462c0819:PsiDirectoryNode" />
  182. <item name="main" type="462c0819:PsiDirectoryNode" />
  183. <item name="java" type="462c0819:PsiDirectoryNode" />
  184. </path>
  185. <path>
  186. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  187. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  188. <item name="src" type="462c0819:PsiDirectoryNode" />
  189. <item name="main" type="462c0819:PsiDirectoryNode" />
  190. <item name="java" type="462c0819:PsiDirectoryNode" />
  191. <item name="com" type="462c0819:PsiDirectoryNode" />
  192. </path>
  193. <path>
  194. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  195. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  196. <item name="src" type="462c0819:PsiDirectoryNode" />
  197. <item name="main" type="462c0819:PsiDirectoryNode" />
  198. <item name="java" type="462c0819:PsiDirectoryNode" />
  199. <item name="com" type="462c0819:PsiDirectoryNode" />
  200. <item name="zipcodewilmington" type="462c0819:PsiDirectoryNode" />
  201. </path>
  202. <path>
  203. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  204. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  205. <item name="src" type="462c0819:PsiDirectoryNode" />
  206. <item name="main" type="462c0819:PsiDirectoryNode" />
  207. <item name="java" type="462c0819:PsiDirectoryNode" />
  208. <item name="com" type="462c0819:PsiDirectoryNode" />
  209. <item name="zipcodewilmington" type="462c0819:PsiDirectoryNode" />
  210. <item name="bankaccountlab" type="462c0819:PsiDirectoryNode" />
  211. </path>
  212. <path>
  213. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  214. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  215. <item name="src" type="462c0819:PsiDirectoryNode" />
  216. <item name="test" type="462c0819:PsiDirectoryNode" />
  217. </path>
  218. <path>
  219. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  220. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  221. <item name="src" type="462c0819:PsiDirectoryNode" />
  222. <item name="test" type="462c0819:PsiDirectoryNode" />
  223. <item name="java" type="462c0819:PsiDirectoryNode" />
  224. </path>
  225. <path>
  226. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  227. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  228. <item name="src" type="462c0819:PsiDirectoryNode" />
  229. <item name="test" type="462c0819:PsiDirectoryNode" />
  230. <item name="java" type="462c0819:PsiDirectoryNode" />
  231. <item name="com" type="462c0819:PsiDirectoryNode" />
  232. </path>
  233. <path>
  234. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  235. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  236. <item name="src" type="462c0819:PsiDirectoryNode" />
  237. <item name="test" type="462c0819:PsiDirectoryNode" />
  238. <item name="java" type="462c0819:PsiDirectoryNode" />
  239. <item name="com" type="462c0819:PsiDirectoryNode" />
  240. <item name="zipcodewilmington" type="462c0819:PsiDirectoryNode" />
  241. </path>
  242. <path>
  243. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  244. <item name="ZCW-Inheritance-AbstractBankAccount" type="462c0819:PsiDirectoryNode" />
  245. <item name="src" type="462c0819:PsiDirectoryNode" />
  246. <item name="test" type="462c0819:PsiDirectoryNode" />
  247. <item name="java" type="462c0819:PsiDirectoryNode" />
  248. <item name="com" type="462c0819:PsiDirectoryNode" />
  249. <item name="zipcodewilmington" type="462c0819:PsiDirectoryNode" />
  250. <item name="bankaccountlab" type="462c0819:PsiDirectoryNode" />
  251. </path>
  252. <path>
  253. <item name="bankaccountlab" type="b2602c69:ProjectViewProjectNode" />
  254. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  255. </path>
  256. </expand>
  257. <select />
  258. </subPane>
  259. </pane>
  260. <pane id="Scope" />
  261. <pane id="AndroidView" />
  262. <pane id="PackagesPane" />
  263. </panes>
  264. </component>
  265. <component name="PropertiesComponent">
  266. <property name="WebServerToolWindowFactoryState" value="false" />
  267. <property name="aspect.path.notification.shown" value="true" />
  268. <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="JUnit5" />
  269. <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit5" value="" />
  270. <property name="extract.method.default.visibility" value="protected" />
  271. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  272. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  273. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  274. </component>
  275. <component name="RecentsManager">
  276. <key name="CreateTestDialog.RecentsKey">
  277. <recent name="com.zipcodewilmington.bankaccountlab" />
  278. </key>
  279. <key name="CreateTestDialog.Recents.Supers">
  280. <recent name="" />
  281. </key>
  282. </component>
  283. <component name="RunDashboard">
  284. <option name="ruleStates">
  285. <list>
  286. <RuleState>
  287. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  288. </RuleState>
  289. <RuleState>
  290. <option name="name" value="StatusDashboardGroupingRule" />
  291. </RuleState>
  292. </list>
  293. </option>
  294. </component>
  295. <component name="RunManager" selected="JUnit.BankAccountTest">
  296. <configuration name="MainApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  297. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.bankaccountlab.MainApplication" />
  298. <module name="bankaccountlab" />
  299. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  300. <extension name="coverage">
  301. <pattern>
  302. <option name="PATTERN" value="com.zipcodewilmington.bankaccountlab.*" />
  303. <option name="ENABLED" value="true" />
  304. </pattern>
  305. </extension>
  306. </configuration>
  307. <configuration default="true" type="Application" factoryName="Application">
  308. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  309. </configuration>
  310. <configuration name="BankAccountTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  311. <module name="bankaccountlab" />
  312. <extension name="coverage">
  313. <pattern>
  314. <option name="PATTERN" value="com.zipcodewilmington.bankaccountlab.*" />
  315. <option name="ENABLED" value="true" />
  316. </pattern>
  317. </extension>
  318. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  319. <option name="ALTERNATIVE_JRE_PATH" />
  320. <option name="PACKAGE_NAME" value="com.zipcodewilmington.bankaccountlab" />
  321. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.bankaccountlab.BankAccountTest" />
  322. <option name="METHOD_NAME" />
  323. <option name="TEST_OBJECT" value="class" />
  324. <option name="VM_PARAMETERS" value="-ea" />
  325. <option name="PARAMETERS" />
  326. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  327. <option name="PASS_PARENT_ENVS" value="true" />
  328. <option name="TEST_SEARCH_SCOPE">
  329. <value defaultName="singleModule" />
  330. </option>
  331. <patterns />
  332. </configuration>
  333. <configuration name="BankAccountTest.testCheckingDebit" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  334. <module name="bankaccountlab" />
  335. <extension name="coverage">
  336. <pattern>
  337. <option name="PATTERN" value="com.zipcodewilmington.bankaccountlab.*" />
  338. <option name="ENABLED" value="true" />
  339. </pattern>
  340. </extension>
  341. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  342. <option name="ALTERNATIVE_JRE_PATH" />
  343. <option name="PACKAGE_NAME" value="com.zipcodewilmington.bankaccountlab" />
  344. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.bankaccountlab.BankAccountTest" />
  345. <option name="METHOD_NAME" value="testCheckingDebit" />
  346. <option name="TEST_OBJECT" value="method" />
  347. <option name="VM_PARAMETERS" value="-ea" />
  348. <option name="PARAMETERS" />
  349. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  350. <option name="PASS_PARENT_ENVS" value="true" />
  351. <option name="TEST_SEARCH_SCOPE">
  352. <value defaultName="singleModule" />
  353. </option>
  354. <patterns />
  355. </configuration>
  356. <configuration name="BankAccountTest.testCheckingGetBal" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  357. <module name="bankaccountlab" />
  358. <extension name="coverage">
  359. <pattern>
  360. <option name="PATTERN" value="com.zipcodewilmington.bankaccountlab.*" />
  361. <option name="ENABLED" value="true" />
  362. </pattern>
  363. </extension>
  364. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  365. <option name="ALTERNATIVE_JRE_PATH" />
  366. <option name="PACKAGE_NAME" value="com.zipcodewilmington.bankaccountlab" />
  367. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.bankaccountlab.BankAccountTest" />
  368. <option name="METHOD_NAME" value="testCheckingGetBal" />
  369. <option name="TEST_OBJECT" value="method" />
  370. <option name="VM_PARAMETERS" value="-ea" />
  371. <option name="PARAMETERS" />
  372. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  373. <option name="PASS_PARENT_ENVS" value="true" />
  374. <option name="TEST_SEARCH_SCOPE">
  375. <value defaultName="singleModule" />
  376. </option>
  377. <patterns />
  378. </configuration>
  379. <configuration name="BankAccountTest.testSavingsCredit" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  380. <module name="bankaccountlab" />
  381. <extension name="coverage">
  382. <pattern>
  383. <option name="PATTERN" value="com.zipcodewilmington.bankaccountlab.*" />
  384. <option name="ENABLED" value="true" />
  385. </pattern>
  386. </extension>
  387. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  388. <option name="ALTERNATIVE_JRE_PATH" />
  389. <option name="PACKAGE_NAME" value="com.zipcodewilmington.bankaccountlab" />
  390. <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.bankaccountlab.BankAccountTest" />
  391. <option name="METHOD_NAME" value="testSavingsCredit" />
  392. <option name="TEST_OBJECT" value="method" />
  393. <option name="VM_PARAMETERS" value="-ea" />
  394. <option name="PARAMETERS" />
  395. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  396. <option name="PASS_PARENT_ENVS" value="true" />
  397. <option name="TEST_SEARCH_SCOPE">
  398. <value defaultName="singleModule" />
  399. </option>
  400. <patterns />
  401. </configuration>
  402. <configuration default="true" type="JUnit" factoryName="JUnit">
  403. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  404. <option name="ALTERNATIVE_JRE_PATH" />
  405. <option name="PACKAGE_NAME" />
  406. <option name="MAIN_CLASS_NAME" />
  407. <option name="METHOD_NAME" />
  408. <option name="TEST_OBJECT" value="class" />
  409. <option name="VM_PARAMETERS" value="-ea" />
  410. <option name="PARAMETERS" />
  411. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  412. <option name="PASS_PARENT_ENVS" value="true" />
  413. <option name="TEST_SEARCH_SCOPE">
  414. <value defaultName="singleModule" />
  415. </option>
  416. <patterns />
  417. </configuration>
  418. <configuration default="true" type="TestNG" factoryName="TestNG">
  419. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  420. <option name="ALTERNATIVE_JRE_PATH" />
  421. <option name="SUITE_NAME" />
  422. <option name="PACKAGE_NAME" />
  423. <option name="MAIN_CLASS_NAME" />
  424. <option name="METHOD_NAME" />
  425. <option name="GROUP_NAME" />
  426. <option name="TEST_OBJECT" value="CLASS" />
  427. <option name="VM_PARAMETERS" value="-ea" />
  428. <option name="PARAMETERS" />
  429. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  430. <option name="OUTPUT_DIRECTORY" />
  431. <option name="PASS_PARENT_ENVS" value="true" />
  432. <option name="TEST_SEARCH_SCOPE">
  433. <value defaultName="singleModule" />
  434. </option>
  435. <option name="USE_DEFAULT_REPORTERS" value="false" />
  436. <option name="PROPERTIES_FILE" />
  437. <properties />
  438. <listeners />
  439. </configuration>
  440. <list>
  441. <item itemvalue="JUnit.BankAccountTest.testCheckingDebit" />
  442. <item itemvalue="JUnit.BankAccountTest.testSavingsCredit" />
  443. <item itemvalue="JUnit.BankAccountTest.testCheckingGetBal" />
  444. <item itemvalue="Application.MainApplication" />
  445. <item itemvalue="JUnit.BankAccountTest" />
  446. </list>
  447. <recent_temporary>
  448. <list>
  449. <item itemvalue="JUnit.BankAccountTest" />
  450. <item itemvalue="Application.MainApplication" />
  451. <item itemvalue="JUnit.BankAccountTest.testCheckingGetBal" />
  452. <item itemvalue="JUnit.BankAccountTest.testCheckingDebit" />
  453. <item itemvalue="JUnit.BankAccountTest.testSavingsCredit" />
  454. </list>
  455. </recent_temporary>
  456. </component>
  457. <component name="SvnConfiguration">
  458. <configuration />
  459. </component>
  460. <component name="TaskManager">
  461. <task active="true" id="Default" summary="Default task">
  462. <changelist id="a94ebf85-e35d-4ed2-8e38-8d16e2a65937" name="Default" comment="" />
  463. <created>1528741770430</created>
  464. <option name="number" value="Default" />
  465. <option name="presentableId" value="Default" />
  466. <updated>1528741770430</updated>
  467. <workItem from="1528741784810" duration="163000" />
  468. <workItem from="1528814111184" duration="3348000" />
  469. <workItem from="1528853801111" duration="9219000" />
  470. </task>
  471. <servers />
  472. </component>
  473. <component name="TestHistory">
  474. <history-entry file="BankAccountTest_testChecking - 2018.06.12 at 17h 09m 07s.xml">
  475. <configuration name="BankAccountTest.testChecking" configurationId="JUnit" />
  476. </history-entry>
  477. <history-entry file="BankAccountTest - 2018.06.13 at 16h 35m 13s.xml">
  478. <configuration name="BankAccountTest" configurationId="JUnit" />
  479. </history-entry>
  480. <history-entry file="BankAccountTest - 2018.06.13 at 17h 01m 34s.xml">
  481. <configuration name="BankAccountTest" configurationId="JUnit" />
  482. </history-entry>
  483. <history-entry file="BankAccountTest_testChecking - 2018.06.13 at 17h 06m 42s.xml">
  484. <configuration name="BankAccountTest.testChecking" configurationId="JUnit" />
  485. </history-entry>
  486. <history-entry file="BankAccountTest_testChecking - 2018.06.13 at 17h 06m 52s.xml">
  487. <configuration name="BankAccountTest.testChecking" configurationId="JUnit" />
  488. </history-entry>
  489. <history-entry file="BankAccountTest_testCheckingDebit - 2018.06.13 at 17h 09m 13s.xml">
  490. <configuration name="BankAccountTest.testCheckingDebit" configurationId="JUnit" />
  491. </history-entry>
  492. <history-entry file="BankAccountTest_testSavingsCredit - 2018.06.13 at 17h 11m 18s.xml">
  493. <configuration name="BankAccountTest.testSavingsCredit" configurationId="JUnit" />
  494. </history-entry>
  495. <history-entry file="BankAccountTest_testCheckingDebit - 2018.06.13 at 17h 28m 58s.xml">
  496. <configuration name="BankAccountTest.testCheckingDebit" configurationId="JUnit" />
  497. </history-entry>
  498. <history-entry file="BankAccountTest_testCheckingGetBal - 2018.06.13 at 17h 30m 24s.xml">
  499. <configuration name="BankAccountTest.testCheckingGetBal" configurationId="JUnit" />
  500. </history-entry>
  501. <history-entry file="BankAccountTest - 2018.06.13 at 18h 30m 34s.xml">
  502. <configuration name="BankAccountTest" configurationId="JUnit" />
  503. </history-entry>
  504. </component>
  505. <component name="TimeTrackingManager">
  506. <option name="totallyTimeSpent" value="12730000" />
  507. </component>
  508. <component name="ToolWindowManager">
  509. <frame x="0" y="0" width="1680" height="1050" extended-state="0" />
  510. <editor active="true" />
  511. <layout>
  512. <window_info anchor="right" id="Palette" order="3" />
  513. <window_info anchor="bottom" id="TODO" order="6" />
  514. <window_info anchor="bottom" id="Messages" order="11" weight="0.32923076" />
  515. <window_info anchor="right" id="Palette&#9;" order="8" />
  516. <window_info id="Image Layers" order="2" />
  517. <window_info anchor="right" id="Capture Analysis" order="4" />
  518. <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
  519. <window_info anchor="right" id="Maven Projects" order="7" />
  520. <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
  521. <window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.18358974" />
  522. <window_info anchor="bottom" id="Version Control" order="10" />
  523. <window_info anchor="right" id="Coverage" side_tool="true" weight="0.32967034" />
  524. <window_info anchor="bottom" id="Terminal" order="8" />
  525. <window_info id="Capture Tool" order="6" />
  526. <window_info id="Designer" order="3" />
  527. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25579977" />
  528. <window_info anchor="right" id="Database" order="6" />
  529. <window_info anchor="bottom" id="Find" order="1" />
  530. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  531. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  532. <window_info id="UI Designer" order="4" />
  533. <window_info anchor="right" id="Theme Preview" order="5" />
  534. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  535. <window_info id="Favorites" order="5" side_tool="true" />
  536. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  537. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  538. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  539. <window_info anchor="bottom" id="Message" order="0" />
  540. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  541. </layout>
  542. </component>
  543. <component name="TypeScriptGeneratedFilesManager">
  544. <option name="version" value="1" />
  545. </component>
  546. <component name="VcsContentAnnotationSettings">
  547. <option name="myLimit" value="2678400000" />
  548. </component>
  549. <component name="editorHistoryManager">
  550. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java">
  551. <provider selected="true" editor-type-id="text-editor">
  552. <state relative-caret-position="120">
  553. <caret line="8" lean-forward="true" selection-start-line="8" selection-end-line="8" />
  554. </state>
  555. </provider>
  556. </entry>
  557. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAcc.java">
  558. <provider selected="true" editor-type-id="text-editor">
  559. <state relative-caret-position="180">
  560. <caret line="12" selection-start-line="12" selection-end-line="12" />
  561. </state>
  562. </provider>
  563. </entry>
  564. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
  565. <provider selected="true" editor-type-id="text-editor">
  566. <state relative-caret-position="75">
  567. <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
  568. </state>
  569. </provider>
  570. </entry>
  571. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
  572. <provider selected="true" editor-type-id="text-editor">
  573. <state relative-caret-position="225">
  574. <caret line="15" lean-forward="true" selection-start-line="15" selection-end-line="15" />
  575. <folding>
  576. <element signature="imports" expanded="true" />
  577. </folding>
  578. </state>
  579. </provider>
  580. </entry>
  581. <entry file="file://$PROJECT_DIR$/pom.xml">
  582. <provider selected="true" editor-type-id="text-editor">
  583. <state relative-caret-position="285">
  584. <caret line="19" column="10" lean-forward="true" selection-start-line="19" selection-start-column="10" selection-end-line="19" selection-end-column="10" />
  585. </state>
  586. </provider>
  587. </entry>
  588. <entry file="file://$PROJECT_DIR$/README.md">
  589. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  590. <state split_layout="SPLIT">
  591. <first_editor />
  592. <second_editor />
  593. </state>
  594. </provider>
  595. </entry>
  596. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java">
  597. <provider selected="true" editor-type-id="text-editor">
  598. <state relative-caret-position="75">
  599. <caret line="5" column="26" lean-forward="true" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
  600. </state>
  601. </provider>
  602. </entry>
  603. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
  604. <provider selected="true" editor-type-id="text-editor">
  605. <state relative-caret-position="75">
  606. <caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
  607. </state>
  608. </provider>
  609. </entry>
  610. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
  611. <provider selected="true" editor-type-id="text-editor">
  612. <state relative-caret-position="105">
  613. <caret line="7" lean-forward="true" selection-start-line="7" selection-end-line="7" />
  614. </state>
  615. </provider>
  616. </entry>
  617. <entry file="file://$PROJECT_DIR$/.gitignore">
  618. <provider selected="true" editor-type-id="text-editor" />
  619. </entry>
  620. <entry file="file://$PROJECT_DIR$/README.md">
  621. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  622. <state split_layout="SPLIT">
  623. <first_editor />
  624. <second_editor />
  625. </state>
  626. </provider>
  627. </entry>
  628. <entry file="file://$PROJECT_DIR$/pom.xml">
  629. <provider selected="true" editor-type-id="text-editor">
  630. <state relative-caret-position="90">
  631. <caret line="6" column="4" selection-start-line="6" selection-start-column="4" selection-end-line="8" selection-end-column="35" />
  632. </state>
  633. </provider>
  634. </entry>
  635. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/SavingsAcc.java">
  636. <provider selected="true" editor-type-id="text-editor">
  637. <state relative-caret-position="300">
  638. <caret line="20" column="5" selection-start-line="20" selection-start-column="5" selection-end-line="20" selection-end-column="5" />
  639. <folding>
  640. <element signature="e#297#298#0" expanded="true" />
  641. <element signature="e#321#322#0" expanded="true" />
  642. </folding>
  643. </state>
  644. </provider>
  645. </entry>
  646. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BusinessAcc.java">
  647. <provider selected="true" editor-type-id="text-editor">
  648. <state relative-caret-position="450">
  649. <caret line="30" lean-forward="true" selection-start-line="30" selection-end-line="30" />
  650. <folding>
  651. <element signature="e#132#133#0" expanded="true" />
  652. <element signature="e#162#163#0" expanded="true" />
  653. <element signature="e#299#300#0" expanded="true" />
  654. <element signature="e#323#324#0" expanded="true" />
  655. </folding>
  656. </state>
  657. </provider>
  658. </entry>
  659. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/BankAccountTest.java">
  660. <provider selected="true" editor-type-id="text-editor">
  661. <state relative-caret-position="1755">
  662. <caret line="117" lean-forward="true" selection-start-line="117" selection-end-line="117" />
  663. <folding>
  664. <element signature="imports" expanded="true" />
  665. </folding>
  666. </state>
  667. </provider>
  668. </entry>
  669. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/CheckingAcc.java">
  670. <provider selected="true" editor-type-id="text-editor">
  671. <state relative-caret-position="450">
  672. <caret line="32" selection-start-line="32" selection-end-line="32" />
  673. </state>
  674. </provider>
  675. </entry>
  676. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/BankAccount.java">
  677. <provider selected="true" editor-type-id="text-editor">
  678. <state relative-caret-position="75">
  679. <caret line="5" selection-start-line="5" selection-end-line="5" />
  680. </state>
  681. </provider>
  682. </entry>
  683. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/bankaccountlab/MainApplication.java">
  684. <provider selected="true" editor-type-id="text-editor">
  685. <state relative-caret-position="105">
  686. <caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
  687. </state>
  688. </provider>
  689. </entry>
  690. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/bankaccountlab/MainApplicationTest.java">
  691. <provider selected="true" editor-type-id="text-editor">
  692. <state relative-caret-position="345">
  693. <caret line="25" column="4" selection-start-line="25" selection-start-column="4" selection-end-line="25" selection-end-column="4" />
  694. </state>
  695. </provider>
  696. </entry>
  697. </component>
  698. </project>