Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 434 Bytes

Draft-Publican-Workflow.md

File metadata and controls

18 lines (11 loc) · 434 Bytes

Workflow of Publican API development on Eclipse

Introduction

This is the current workflow of Publican API development on Eclipse.

Details

Steps of running a unit-test

  1. Prepare Flies project runnable by Eclipse.
  2. Open flies-client-ant-po project.
  3. Open src/test/java package.
  4. Right click LocalTest.java > Run As > JUnit Test.

Current findings