@syntest/search
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

SynTest Framework - Common Core

The aim of the common core of the SynTest Framework is to extract the common parts (e.g., core infrastructure, search algorithms, encodings) of the different language specific SynTest Tools.

build verify publish pre-release publish release

core: latest NPM version beta NPM version

The common core of the SynTest Framework.

What is SynTest?

SynTest is a framework for automating the generation of test cases based on JavaScript. This library is not meant to be used directly. To make use of the framework, please use one of the specific implementation for the different supported languages (e.g., Solidity and JavaScript/Typescript). These implementations can be found in the SynTest Framework organization.

Overview

The common core contains the common interfaces for the code control-flow representation, test case structure, genes, and the implementation for the meta-heuristic search algorithms.

For more in-depth information about the architecture we refer to: Architecture.

Installation

NPM

The simplest way to use syntest-core is by installing the npm package.

$ npm install @syntest/search

From source

The library can be used by cloning the project, installing its dependencies, compiling the TypeScript, and requiring it in your project:

  • Clone the project
$ git clone git@github.com:syntest-framework/syntest-core.git
  • Install dependencies
$ npm install
  • Build the core
$ npm run build
  • Install as npm module in your project
$ npm install /path/to/syntest-core

Support

For questions and help with how to use this library, please see SUPPORT.md.

Contributing

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change. For more information, please see CONTRIBUTING.md.

Authors and acknowledgment

  • Annibale Panichella (PI)
  • Mitchell Olsthoorn (Project Lead)
  • Dimitri Stallenberg (Developer)

License

The code within this project is licensed under the Apache-2.0 license.

Package Sidebar

Install

npm i @syntest/search

Weekly Downloads

24

Version

0.4.1

License

Apache-2.0

Unpacked Size

312 kB

Total Files

216

Last publish

Collaborators

  • syntest-ci
  • dstallenberg
  • apanichella
  • mitchellolsthoorn