Note that there are some explanatory texts on larger screens.

plurals
  1. USMike Deck
    primarykey
    data
    text
    plurals
    1. CO"I like, but I understand that this is not a best approach." According to whom? To a certain extent it depends on what your goals are. If you're trying to write very small tests that isolate a particular method so that you can wrap your head around the best way to implement that one unit then mocks are helpful, but if you're trying to build a regression suite that will codify the behavior of your system and alert you when it changes unexpectedly, it's been my experience that extensive mock usage is definitely not the best approach.
      singulars
    2. CORe: Hudson plugins, even if the existing Python/Ruby plugins don't work the way you want, you can always write one. The plugin API is really easy to work with from what I remember. The last company I was at actually had an in-house developed plugin for compiling .Net code with Nant. One of our junior developers wrote it over the course of a couple evenings and said the docs were pretty good.
      singulars
    3. COGenerally if you're running the project straight from Eclipse an actual .war file isn't created, but that doesn't matter, your servlet container should still serve any files under your WebContent directory. This assumes that you don't had a servlet mapping overriding the path to the file. If you remove all the servlets from your web.xml and put a test.html directly in the WebContent dir and restart the server you should be able to see it by navigating to http://localhost:8080/{web-root}/test.html
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload