New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

org.fulib:fulibTools

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.fulib:fulibTools

fulibTools is a library for testing that complements the fulib (https://github.com/fujaba/fulib) code generator. It provides features like class and object diagrams as well as a mechanism for automatically updating code snippets in documentation.

  • 1.6.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
4
Source

fulibTools - Additional features for fulib.

Java CI javadoc

fulibTools is a library for testing that complements the fulib code generator. It provides features like class and object diagrams as well as a mechanism for automatically updating code snippets in documentation.

Installation

build.gradle:

repositories {
   // ...
   mavenCentral()
}
dependencies {
   // ...

   // https://mvnrepository.com/artifact/org.fulib/fulibTools
   testImplementation group: 'org.fulib', name: 'fulibTools', version: '1.6.0'
}

Features

Class Diagrams

fulibTools can generate class diagrams from a fulib ClassModel. View the ClassDiagrams JavaDocs to find out more.

Object Diagrams

You can create Object Diagrams using the ObjectDiagrams utility.

Code Fragments

This feature allows you to keep your documentation up-to-date by automatically copying code fragments between source files. Check out the CodeFragments JavaDocs for an extensive explanation.

License

MIT

FAQs

Package last updated on 22 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc