Skip to content
BenjaminKlatt edited this page Jun 21, 2014 · 1 revision

The code developed for SPLevo must be covered with unit tests. Our continues integration takes care for the test automation but every developer should ensure, that he covers his code with a maximum of tests as possible. Also to make sure nobody who touches his original code might break it by accident. So protect yourself! Some helpful information about how to write unit tests for Eclipse Plugin projects are documented here: Plugin Test Projects

Clone this wiki locally