mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Updated test.
This commit is contained in:
@@ -49,6 +49,16 @@ class MockAudioResource extends BaseResource implements AudioResource {
|
||||
stopped = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long duration() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long currentPosition() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setOnEnd(Runnable callback) {
|
||||
onEnd = callback;
|
||||
|
||||
Reference in New Issue
Block a user