jschenfeld / new-java-features-test-automation

New Java Features in Test Automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Java Features in Test Automation

This code base demonstrates newer features from Java 8 - Java 12 within the context of test automation.

Features shown:

  • List.of

  • Type Inference for Local Variables (var)

  • forEach

  • Lambdas

  • Streams

The accompanying blog post that explains this code base can be found here: http://angiejones.tech/new-java-features-test-automation

About

New Java Features in Test Automation


Languages

Language:Java 100.0%