mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Refactor: Rename *_test.java files to *_mock.java files [#427]
This commit is contained in:
@@ -15,7 +15,7 @@ Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
|
||||
*/
|
||||
package gplx.xowa.wikis.data.fetchers; import gplx.*; import gplx.xowa.*; import gplx.xowa.wikis.*; import gplx.xowa.wikis.data.*;
|
||||
import gplx.xowa.wikis.data.tbls.*;
|
||||
public class Xow_page_fetcher_test implements Xow_page_fetcher {
|
||||
public class Xow_page_fetcher_mock implements Xow_page_fetcher {
|
||||
public Xow_page_fetcher Wiki_(Xowe_wiki v) {return this;}
|
||||
public void Clear() {pages.Clear();} private Hash_adp pages = Hash_adp_.New();
|
||||
public void Add(int ns_id, byte[] ttl, byte[] text) {
|
||||
Reference in New Issue
Block a user