()
| 838 | } |
| 839 | |
| 840 | public String getText() { |
| 841 | return getText(getCurrentState(), null); |
| 842 | } |
| 843 | public String getText(CardStateView state, HashMap<String, String> translationsText) { |
| 844 | final StringBuilder sb = new StringBuilder(); |
| 845 | String tname = "", toracle = "", taltname = "", taltoracle = ""; |
no test coverage detected