testing 第77页
Docker in JUnit tests-拾光赋

Docker in JUnit tests

Docker in JUnit tests, Unit testing in Java is made simple by libraries such as JUnit and e.g. Mockito, but there’s not the same panacea for integration testing. Alongside your mo...
kity的头像-拾光赋kity7年前
0407
The Evolution of Assertions in Java Tests-拾光赋

The Evolution of Assertions in Java Tests

The Evolution of Assertions in Java Tests,As a developer, I certainly qualify as a testing freak. I absolutely love automated tests that produce meaningful output. Today, I want to...
kity的头像-拾光赋kity7年前
0475
The seven rules for continuous UnitTest-拾光赋

The seven rules for continuous UnitTest

The seven rules for continuous UnitTest, Introduction Do you write UnitTest on your project? Are UnitTests ran every time? I completely thought it's same thing to write UnitTest an...
kity的头像-拾光赋kity7年前
02411
How do you write

How do you write “Production Code” for UnitTest?

How do you write 'Production Code' for UnitTest?, Introduction UnitTest is very important for keeping code quality. So almost project require to write UnitTest. As a result, I will...
kity的头像-拾光赋kity7年前
02614
Load Testing a Django Application using LocustIO-拾光赋

Load Testing a Django Application using LocustIO

Load Testing a Django Application using LocustIO,Django framework, used for buliding web applications quickly in a clean and efficient manner. As the size of application increases,...
kity的头像-拾光赋kity7年前
04713
Why You Should Start Using JUnit 5-拾光赋

Why You Should Start Using JUnit 5

Why You Should Start Using JUnit 5,This is a cross-posting of an article published on my blog which you can find here. What is JUnit 5? According to its website, JUnit 5 is the nex...
kity的头像-拾光赋kity7年前
0547
Testing Tip: Testing a Controller with a Model in Masonite-拾光赋

Testing Tip: Testing a Controller with a Model in Masonite

Testing Tip: Testing a Controller with a Model in Masonite, Introduction We're going to keep this one real short. I'll just make this some code snippets and explanations. Almost 80...
kity的头像-拾光赋kity7年前
04210
Testing Controller Logic With Masonite-拾光赋

Testing Controller Logic With Masonite

Testing Controller Logic With Masonite, Introduction One of the reasons controllers are structured like they are is because of how testable they become. In fact, Masonite itself is...
kity的头像-拾光赋kity7年前
0456
Doctests, the shy giant of testing modules-拾光赋

Doctests, the shy giant of testing modules

Doctests, the shy giant of testing modules, Ned Boromir Stark agrees Do you use python, even to wash your clothes? Do you find unit testing boring, but still have to do it, because...
kity的头像-拾光赋kity7年前
0536
I don't need types-拾光赋

I don’t need types

I don't need types,Originally published on my blog. This is a story about me being wrong about tests and type systems. It’s also a story of me trying something new and learning a ...
kity的头像-拾光赋kity7年前
0296
In-memory database tests with Querydsl-拾光赋

In-memory database tests with Querydsl

In-memory database tests with Querydsl,Writing tests is an important skill of a software engineer. I used to write lots of very focused, narrow unit tests. However, I often found s...
kity的头像-拾光赋kity7年前
0445
Test organization in Python-拾光赋

Test organization in Python

Test organization in Python,For quite some time now Python has been my hacking and proof-of-concept language of choice. As such, testing in Python never really was an important iss...
kity的头像-拾光赋kity7年前
02813