Skip to content

Instantly share code, notes, and snippets.

View FrankyBoy's full-sized avatar

Immanuel FrankyBoy

  • St. Pölten, Austria
View GitHub Profile
layer = await this.getWmtsLayer(); // some TileLayer from a WMTS source
google = new GoogleLayer({mapTypeId: "terrain"});
this.map = new Map({
interactions: defaults({constrainResolution: true}),
target: "map",
layers: [google, layer],
view: new View({
center: this.project_info.center,
zoom: 14
})
// before
void foo() {
// some code
bar(); // not yet defined
}
void bar() {
// some code
foo();

HOST: api.bwin.com/V3 FORMAT: 1A

SomeResource [/SomeResource]

  • Model (application/json)

      {  
         "prop1":"value",
    

"prop2":"value"

{
"name": "bwin-idgen",
"versions": {},
"dist-tags": {},
"_distfiles": {},
"_attachments": {},
"_uplinks": {}
}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<builds count="20" href="/guestAuth/app/rest/builds?locator=running:any,branch:branched:any,count:20" nextHref="/guestAuth/app/rest/builds?locator=count:20,start:20,branch:(branched:any),running:any">
<build id="1002" buildTypeId="Proj1_Trunk_Build" number="294" status="SUCCESS" state="finished" href="/guestAuth/app/rest/builds/id:1002" webUrl="http://[server]:8080/viewLog.html?buildId=1002&amp;buildTypeId=Proj1_Trunk_Build"/>
<build id="1001" buildTypeId="Proj1_Trunk_Build" number="293" status="SUCCESS" state="finished" href="/guestAuth/app/rest/builds/id:1001" webUrl="http://[server]:8080/viewLog.html?buildId=1001&amp;buildTypeId=Proj1_Trunk_Build"/>
<build id="1000" buildTypeId="Proj1_Trunk_Build" number="292" status="SUCCESS" state="finished" href="/guestAuth/app/rest/builds/id:1000" webUrl="http://[server]:8080/viewLog.html?buildId=1000&amp;buildTypeId=Proj1_Trunk_Build"/>
<build id="999" buildTypeId="Proj1_Trunk_Build" number="291"
D:\svn\M2\Protractor>protractor start.js --specs basictest.js
[launcher] Running using config.multiCapabilities - config.capabilities will be ignored
Using the selenium server at http://localhost:4444/wd/hub
F.^CTerminate batch job (Y/N)? y
D:\svn\M2\Protractor>protractor start.js --specs basictest.js
[launcher] Running using config.multiCapabilities - config.capabilities will be ignored
Using the selenium server at http://localhost:4444/wd/hub
F
1) BonusLogin user with waiting bonus does not have a reminder
Message:
StaleElementReferenceError: Element with id ':wdc:1396877266512' was not found.
io.selendroid.exceptions.SelendroidException: Element with id ':wdc:1396877266512' was not found.
at io.selendroid.server.handler.SendKeys.handle(SendKeys.java:41)
at io.selendroid.server.AndroidServlet.handleRequest(AndroidServlet.java:286)
at io.selendroid.server.BaseServlet.handleHttpRequest(BaseServlet.java:70)
at org.webbitserver.netty.NettyHttpControl.nextHandler(NettyHttpControl.java:78)
at org.webbitserver.netty.NettyHttpControl.nextHandler(NettyHttpControl.java:62)
at io.selendroid.server.inspector.InspectorServlet.handleHttpRequest(InspectorServlet.java:78)