Ricardo Monteiro (ricardosm)

ricardosm

Geek Repo

Company:UFSJ

Location:Brasil

Github PK Tool:Github PK Tool

Ricardo Monteiro's repositories

Stargazers:0Issues:0Issues:0

autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.

License:MITStargazers:0Issues:0Issues:0

hypothesis

Hypothesis is a powerful, flexible, and easy to use library for property-based testing.

License:NOASSERTIONStargazers:0Issues:0Issues:0

how-to-specify-it

"How to Specify it" in Java and jqwik

License:NOASSERTIONStargazers:0Issues:0Issues:0

LittleDarwin

Java Mutation Testing Framework Written in Python

License:GPL-3.0Stargazers:0Issues:0Issues:0

awesome-mutation-testing

Mutation testing resources.

License:CC0-1.0Stargazers:0Issues:0Issues:0

Java

All Algorithms implemented in Java

License:MITStargazers:0Issues:0Issues:0

JunitTestcases-1

Learing pratice for wirting junit testcase in Java

Stargazers:0Issues:0Issues:0

ProgrammingBooks

Programming PDF Books

License:NOASSERTIONStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

programming-books-and-resources

:book: Collection of programming related books & their frameworks.

License:MITStargazers:0Issues:0Issues:0

MapaInterativoJS

Mapa Interativo do Brasil separado por Estados em Javascript, utilizando a biblioteca open-source Geo Charts da Google

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

IT-Books

IT, Programming & Computer science books

Stargazers:0Issues:0Issues:0

19-Abgabe03-Julia-Trummer

First steps in JUnit. Implementing testcases for Claculator, Stack and Distance.

Stargazers:0Issues:0Issues:0

learn-property-based-testing

✨Learn how to write property-based tests in your Elixir/Phoenix Apps to comprehensively and reliably test!

Stargazers:0Issues:0Issues:0

tp_bioinspirados

Distribuição de seções eleitorais

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

NameExtractor

This was a group project for CS350 (Software Engineering ), the program is supposed to be able to extract personal from a string, to do this the program needs to use several dictionaries, gazeteers, shingling(looking at a word to the left and right from a given position in a sentence), of words, among other things to return where a name is found in a block of text and place a tag around the name. Example: somebody named <PER>NAME HERE </PER> went to... We used the Gradle build system, communicated virtualy through Google Hangouts 4 or 5 times a week. We wrote test cases before developing code. Using JUnit tests.

License:NOASSERTIONStargazers:0Issues:0Issues:0

fpp-lab2.6

Programming Assignment 2-6 Create a Java class called Prog6 and a JUnit Test Case called TestProg6. Follow the instructions in Lecture 1 to create a JUnit Test Case. Create a static method inside Prog6 called removeDups, which accepts an array of Strings as its only argument. When the method is called, it creates a new array in which all duplicate Strings in the original input array have been removed. This new array is then returned. For example, if the input array is ["horse", "dog", "cat", "horse","dog"] then the output would be the following array: ["horse","dog","cat"] You will test your method removeDups in your class TestProg6. In that class, create a method called testRemoveDups, with void return type and no arguments. This method should pass in some array (hard-coded array is fine) to the removeDups method. For instance, you could store the sample input array described above in a variable String[] testData; To pass testData into removeDups, perform this call: String[] result = Prog6.removeDups(testData); After the call, the variable result should contain an array of Strings without duplicates, and each of these Strings should be an element of the original input array. Verify that both these things are true. Use the JUnit function assertTrue to do tests. NOTE: You must not use any "advanced" data structures to solve this problem – such as implementors of Java's Set interface (like HashSet and TreeSet).

Stargazers:0Issues:0Issues:0

playframework

Play Framework

Language:ScalaLicense:Apache-2.0Stargazers:0Issues:0Issues:0

spring-framework

Spring Framework

Language:JavaStargazers:0Issues:0Issues:0

curso_java_reflection_parte_1

Curso Java Reflection parte 1: Entendendo a metaprogramação (Alura)

Language:JavaLicense:GPL-3.0Stargazers:0Issues:0Issues:0

curso_java_reflection_parte_2

Curso Java Reflection parte 2: Anotações e Injeção de Dependências (Alura)

License:GPL-3.0Stargazers:0Issues:0Issues:0

JUnit-Examples

Java test cases

Stargazers:0Issues:0Issues:0

vraptor4

A web MVC action-based framework, on top of CDI, for fast and maintainable Java development.

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0

design-patterns

Java design patterns examples with unit tests

Stargazers:0Issues:0Issues:0

dp-assignment-decorator-pattern

Design Pattern Assignment... With JUnit TestCase for SQAT assignment

Stargazers:0Issues:0Issues:0

curso_design_patterns_java_II

Curso Design Patterns Java II: Boas praticas de programação (Alura)

Language:JavaLicense:GPL-3.0Stargazers:0Issues:0Issues:0

curso_design_patterns_java_I

Curso Design Patterns Java I: Boas práticas de programação (Alura)

Language:JavaLicense:GPL-3.0Stargazers:0Issues:0Issues:0

controle_academico_clp

Trabalho da disciplina Conceitos de Linguagens de Programação

Language:PascalStargazers:0Issues:0Issues:0