Code Monkey home page Code Monkey logo

comp3111-spring2018-projectbasecode's Introduction

HKUST COMP3111 Software Engineering (Spring 2018)

This README file in a website format

Quick reference links:

This GitHub repo hosts the base code of COMP3111 group project. The following features are provided

  • A Java codebase which can be imported to Eclipse IDE.
  • Sample data handling classes are implemented in core.comp3111 package
  • A sample JUnit test (DataColumnTest) is implemented in testing.comp3111 package (with 100% test coverage on DataColumn)
  • A sample JavaFx GUI component is implemented in ui.comp3111 package

Instructions to clone this GitHub project:

  • Follow the instructions to install JavaFx to your Eclipse IDE
  • Restart Eclipse IDE
  • Select File > Import...
  • Select Git > Projects
  • Select Clone URI and then click Next >
  • Copy and paste the URL from the web browser to the text box of URI
  • Click Next > buttons a few times. Accept all default settings.
  • Click Finish at the end

After importing this GitHub repo, the Eclipse project explorer should be displayed as follows:

Eclipse Project Explorer

Steps to run the Java GUI application

  • Right-click the project folder
  • Select Run As > Java Application

Steps to run the unit test and generate the coverage report

  • Right-click the project folder
  • Select Coverage As > JUnit Test
  • All unit tests in testing.comp3111 should be executed
  • A coverage report should be generated as follows:

A sample coverage report

comp3111-spring2018-projectbasecode's People

Contributors

hkpeterpeter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.