Skip to content

Instantly share code, notes, and snippets.

@lfryc
Created August 21, 2013 08:25
Show Gist options
  • Save lfryc/6291746 to your computer and use it in GitHub Desktop.
Save lfryc/6291746 to your computer and use it in GitHub Desktop.
window.ChartTest.testSeries = function() {
var element = $("chart").charts("option", "data");
assert element.id = 'xyz';
}
@JavaScript("ChartTest")
@Dependency("js-tests/chart-test.js")
public interface ChartTest {
void testSeries();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment