@ApplicationScoped public class Browser extends Fixture
Fixture.RunTime| Constructor and Description |
|---|
Browser() |
| Modifier and Type | Method and Description |
|---|---|
String |
album() |
String |
artist() |
void |
library(String path) |
void |
pause() |
void |
play() |
String |
playing() |
double |
remaining() |
void |
sameAlbum() |
void |
sameArtist() |
void |
sameGenre() |
void |
sameYear() |
void |
select(int i) |
int |
selectedSongs() |
void |
showAll() |
String |
status() |
double |
time() |
String |
title() |
int |
totalSongs() |
String |
track() |
int |
year() |
camel, check, counts, doCell, doCells, doRow, doRows, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getCounts, getFixtureInstanceOf, getLinkedFixtureWithArgs, getSummary, ignore, info, info, interpretTables, label, loadFixture, parse, right, setCounts, wrong, wrongpublic int totalSongs()
public String playing()
public void select(int i)
public String title()
public String artist()
public String album()
public int year()
public double time()
public String track()
public void sameAlbum()
public void sameArtist()
public void sameGenre()
public void sameYear()
public int selectedSongs()
public void showAll()
public void play()
public void pause()
public String status()
public double remaining()
Copyright © 2011-2013. All Rights Reserved.